-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(picking): refactor picking component names #759
chore(picking): refactor picking component names #759
Conversation
✅ Deploy Preview for dev-fulfillment ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dev-oryx-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dev-composable-storefront ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
1 flaky test on run #10104 ↗︎
Details:
src/integration/cart.cy.ts • 1 flaky test • sf-regression
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Passing run #2399 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
It's not a breaking change as long as this module is not release yet. |
…ore/hrz-89742-refactor-picking-component-names
apps/fulfillment-e2e/src/support/page_fragments/picking-in-progress-modal.fragment.ts
Outdated
Show resolved
Hide resolved
libs/domain/picking/customer-note-modal/customer-note-modal.def.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional changes, that I would like to ask you to make:
- PickingListMixinInterface implements interface from picking-lists component ( PickingListComponentProperties ), that is ridiculous. Move it, please, to the src/models
- login and picker components have default exports, that looks strange and unreasonable. Drop them, please, and use exported classes directly
06f33fb
to
a8d58f8
Compare
…tps://github.com/spryker/oryx into chore/hrz-89742-refactor-picking-component-names
Picking components are now labelled differently.
eg,
<oryx-customer-note></oryx-customer-note>
is now<oryx-picking-customer-note></oryx-picking-customer-note>
according to our components naming conventions.closes: HRZ-89742